PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Window Manager >

Programming With the Mac OS 8.5 Window Manager


BasicWindowDescription State Constant

You can use the following mask to set a bit in the windowStateFlags field of a structure of type BasicWindowDescription , thereby specifying a transient window state.

enum {
    kWindowIsCollapsedState = (1 << 0L)
};

Constant description

kWindowIsCollapsedState
If the bit specified by this mask is set, the window is currently collapsed.

© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)